home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / ABUSESRC.ZIP / AbuseSrc / imlib / include / targa.hpp < prev    next >
C/C++ Source or Header  |  1996-05-16  |  150b  |  10 lines

  1. #ifndef TARGA_HPP_
  2. #define TARGA_HPP_
  3.  
  4. #include "palette.hpp"
  5. #include "image.hpp"
  6.  
  7. image *load_targa(char *filename, palette *pal);
  8.  
  9. #endif
  10.